home *** CD-ROM | disk | FTP | other *** search
-
-
- banker.exe is a cheque-book manager program written in 'c'.
-
- use the space-bar to select the function desired by the highlight
- shown and then press return to carry out that function. or you may
- enter the first letter of the function name (eg: 'r' for 'reconcile').
-
- when first invoked banker assumes that your data file is called
- "banker.dat" this may be changed by using a disk-file utility and
- locating the string banker.dat ... and changing it to whatever you
- would like to. in version 1.00 this filename starts at record 09c hex
- byte 09 hex ... while the program is running the 'file' function will
- allow you to select a new data file at any time. this allows you to
- handle more than one account with this program. files may be as large
- as disk space will allow.
-
- files may be sorted according to date. if there is enough memory then
- the file will be loaded, sorted and re-written to disk. the old file
- will be renamed to "banksort.bak". if there is not enough memory to
- handle the entire file then a direct disk sort will be done. the
- old file in this case will be copied to "banksort.bak". direct disk
- sorts take MUCH longer than in-memory sorts.
-
- there are no known bugs. i have used this program for 2 years with a
- data-file containing over 2000 entries and have had no problems. if
- you find any bugs please let me know about them. if you find this
- program useful please forward $10.00 to:
-
- Simon J. Ewins,
- c/o Mirage,
- 2161 Yonge Street, #403,
- Toronto, Ontario,
- CANADA.
-
- 4/23/86 - sje
-
-
-